Autogenerated HTML docs for v1.7.4-45-g1a9f
diff --git a/git-fast-import.txt b/git-fast-import.txt index 4415e63..c3a2766 100644 --- a/git-fast-import.txt +++ b/git-fast-import.txt
@@ -78,6 +78,10 @@ set of marks. If a mark is defined to different values, the last file wins. +--import-marks-if-exists=<file>:: + Like --import-marks but instead of erroring out, silently + skips the file if it does not exist. + --relative-marks:: After specifying --relative-marks= the paths specified with --import-marks= and --export-marks= are relative @@ -948,6 +952,13 @@ rather than wasting time on the early part of an import before the unsupported command is detected. +notes:: + Require that the backend support the 'notemodify' (N) + subcommand to the 'commit' command. + Versions of fast-import not supporting notes will exit + with a message indicating so. + + `option` ~~~~~~~~ Processes the specified option so that git fast-import behaves in a